• Validating query execution plan estimates in MySQL 

      Eriksen, Andreas Selfjord (Master thesis, 2010)
      The query optimizer in MySQL chooses from the available query execution plans by estimating the cost of execution for each plan. In this project, MySQL will be extended to record the actual cost of executing each query. ...